home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / libhtml_.tar / HTMLdtd.h < prev    next >
C/C++ Source or Header  |  1993-01-20  |  173b  |  15 lines

  1. /* HTMLdtd.h
  2.  * $Id$
  3.  */
  4.  
  5. #ifndef HTMLdtd_h
  6. #define HTMLdtd_h
  7.  
  8. #include "HMDoc.h"
  9.  
  10. extern HMEntityProc html_entity_text;
  11.  
  12. int HTML_content PARAMS((CONST char* gi));
  13.  
  14. #endif
  15.